home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / ppl4c10.zip / CRC16.H < prev    next >
Text File  |  1995-01-14  |  126b  |  2 lines

  1. unsigned int UpdateCrc16(unsigned char Byte,unsigned int CRC);
  2. unsigned int UpdateCRC(unsigned char byte,unsigned int crc);